git 笔记

git clone <github网址>

可以修改后直接提交代码到网站

git更新:git upgdate-git-for-windows

使用VSCode将本地项目同步到GitHub仓库_vscode 编程如何保存到github-CSDN博客
vscode如何连接github/gitee远程仓库详细步骤(ssh+https)最全最详细_vscode github-CSDN博客

git config --global user.name "用户名"
git config --global user.email "用户邮箱"

错误解决

【已解决】error: RPC failed; curl 28 Recv failure: Connection was reset